Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / draw Method / draw(PDDocument,PDPage,List<PageInfo>,int,int,Order) Method
The page in a PDF document.
The page collection.
The number of rows that these pages will be divided into.
The number of columns that these pages will be divided into.
The direction uses to arrange the pages.
In This Topic
    draw(PDDocument,PDPage,List<PageInfo>,int,int,Order) Method
    In This Topic
    Draw the pages in the page collection on a page in a certain direction.
    Syntax
    public void draw( 
       PDDocument doc,
       PDPage page,
       java.util.List<PageInfo> pages,
       int rows,
       int columns,
       Order order
    )

    Parameters

    doc
    page
    The page in a PDF document.
    pages
    The page collection.
    rows
    The number of rows that these pages will be divided into.
    columns
    The number of columns that these pages will be divided into.
    order
    The direction uses to arrange the pages.
    See Also